Started

Sep 7, 2021 06:50:22 pm

Ended

Sep 7, 2021 06:53:36 pm

Features Passed

5

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@EndToEndJourney 1 0 0 0 100%
@Send_a_Friend 1 0 0 0 100%
@SignUp 1 0 0 0 100%
@ChangeInImageColour 1 0 0 0 100%
@WriteAReview 1 0 0 0 100%

System/Environment

NameValue
version 8.1
os Windows
  • Send product to a friend

    18:50:24 pm / 00:01:42:830 Pass

    Send product to a friend
    09.07.2021 18:50:24 09.07.2021 18:52:07 00:01:42:830 · #test-id=1
    Given user is logged in with email as "myaccount@test.com" and password as "Jen22"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to send product info to a friend
    When user select product category as T shirts
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to send product info to a friend
    And Click on the product name
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to send product info to a friend
    And Click on Send to a Friend link, fill the details and click on Send
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to send product info to a friend
    Then Message should be appeared that Email sent in a pop up
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to send product info to a friend
  • Sign Up Feature

    18:50:24 pm / 00:01:25:656 Pass

    Sign Up Feature
    09.07.2021 18:50:24 09.07.2021 18:51:50 00:01:25:656 · #test-id=3
    Given User navigated to "http://automationpractice.com/index.php"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
    And User clicked on sign in link and entered email as "mom@test.com"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
    And User clicked on Create an account button
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
    And user fill the form with below details
    FirstNameJen
    LastNameAniston
    PasswordJen22
    First_NameJen
    Last_NameAniston
    companyNA
    AddressNew Street, Church road
    Address2colony no. 2
    cityMumbai
    Zipcode01234
    Additional informationNo
    Home Phone1234561234
    Mobile Phone1122334455
    Assigned AddressIndia
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
    And click on Register button
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
    Then User account should be created and success message should be given
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to sign up
  • Change in the image using colour feature

    18:50:24 pm / 00:01:49:843 Pass

    Change in the image using colour feature
    09.07.2021 18:50:24 09.07.2021 18:52:14 00:01:49:843 · #test-id=5
    Given user is logged in with email as "myaccount@test.com" and password as "Jen22"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to see change in image with colour feature
    When user select product category as T shirts
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to see change in image with colour feature
    And Click on the product name
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to see change in image with colour feature
    And click on blue colour
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to see change in image with colour feature
    Then T-shirt colour in the image should be changed to blue
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to see change in image with colour feature
  • Write a review

    18:50:24 pm / 00:01:50:166 Pass

    Write a review
    09.07.2021 18:50:24 09.07.2021 18:52:14 00:01:50:166 · #test-id=10
    Given user is logged in with email as "myaccount@test.com" and password as "Jen22"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
    When user select product category as T shirts
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
    And Click on the product name
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
    And user click on write review and fill the form
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
    And user click on send button
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
    Then Success message should be appeared for new comment
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to write a review
  • End to end user journey

    18:50:24 pm / 00:03:11:719 Pass

    End to end user journey
    09.07.2021 18:50:24 09.07.2021 18:53:36 00:03:11:719 · #test-id=13
    Given user is logged in with email as "myaccount@test.com" and password as "Jen22"
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    When user select product category as T shirts
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And Click on the product name
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And Fetch the amount of product in variable
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And increase quantity to two and size to L
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And click on Add to cart
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    Then User gets success message in popup
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And User gets correct quantity and color
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And user gets correct price as per quantity
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    When User click on proceed to checkout
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    Then User sees the product name and availability as Instock
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And User sees the unit price and quantity as set earlier
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And Check the Total is equal to twice the amount with $ 2.00 for shipping
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    When user Click on Proceed to Check out again and reach till payment and click on Terms and condition check box
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    And On Payment Page click on Pay by bank wire and Click on I confirm my Order
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
    Then Check the order submit page and message "Your order on My Store is complete." also check is amount is right
    StepDefinition.HookSteps.afterEachStep()
    step name:User is able to perform end to end journey
  • 1

    @EndToEndJourney

    1 tests

    @EndToEndJourney

    1 passed
    Status Timestamp TestName
    Pass 18:50:24 pm User is able to perform end to end journey
    End to end user journey.User is able to perform end to end journey
  • 1

    @Send_a_Friend

    1 tests

    @Send_a_Friend

    1 passed
    Status Timestamp TestName
    Pass 18:50:24 pm User is able to send product info to a friend
    Send product to a friend.User is able to send product info to a friend
  • 1

    @SignUp

    1 tests

    @SignUp

    1 passed
    Status Timestamp TestName
    Pass 18:50:24 pm User is able to sign up
    Sign Up Feature.User is able to sign up
  • 1

    @ChangeInImageColour

    1 tests

    @ChangeInImageColour

    1 passed
    Status Timestamp TestName
    Pass 18:50:24 pm User is able to see change in image with colour feature
    Change in the image using colour feature.User is able to see change in image with colour feature
  • 1

    @WriteAReview

    1 tests

    @WriteAReview

    1 passed
    Status Timestamp TestName
    Pass 18:50:24 pm User is able to write a review
    Write a review.User is able to write a review